+2004-03-10 Federico Mena Quintero <federico@ximian.com>
+
+ * gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use an
+ untranslatable "%x" for dates, rather than a custom format. Fixes
+ #136357.
+
2004-03-10 Morten Welinder <terra@gnome.org>
* gtk/gtkfilechooserdefault.c
+2004-03-10 Federico Mena Quintero <federico@ximian.com>
+
+ * gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use an
+ untranslatable "%x" for dates, rather than a custom format. Fixes
+ #136357.
+
2004-03-10 Morten Welinder <terra@gnome.org>
* gtk/gtkfilechooserdefault.c
+2004-03-10 Federico Mena Quintero <federico@ximian.com>
+
+ * gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use an
+ untranslatable "%x" for dates, rather than a custom format. Fixes
+ #136357.
+
2004-03-10 Morten Welinder <terra@gnome.org>
* gtk/gtkfilechooserdefault.c
+2004-03-10 Federico Mena Quintero <federico@ximian.com>
+
+ * gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use an
+ untranslatable "%x" for dates, rather than a custom format. Fixes
+ #136357.
+
2004-03-10 Morten Welinder <terra@gnome.org>
* gtk/gtkfilechooserdefault.c
+2004-03-10 Federico Mena Quintero <federico@ximian.com>
+
+ * gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use an
+ untranslatable "%x" for dates, rather than a custom format. Fixes
+ #136357.
+
2004-03-10 Morten Welinder <terra@gnome.org>
* gtk/gtkfilechooserdefault.c
if (days_diff > 1 && days_diff < 7)
format = "%A"; /* Days from last week */
else
- /* FIXME: Get the right format for the locale */
- format = _("%d/%b/%Y"); /* Any other date */
+ format = "%x"; /* Any other date */
if (g_date_strftime (buf, sizeof (buf), format, &mtime) == 0)
strcpy (buf, _("Unknown"));